@charset "utf-8";

/* 基于normalize bootstrap 的全局重置CSS文件部分1.2版本 */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* 消除移动浏览器点击蓝色背景 */
}

body {
	margin: 0;
	text-align: left;
	font-size: 15px;
	background: #fff;
	font-family: "\5B8B\4F53", arial, "Microsoft YaHei", "\5fae\8f6f\96c5\9ed1"
}

article,
aside,
details,
/* 1 */
figcaption,
figure,
footer,
header,
main,
/* 2 */
menu,
nav,
section,
summary {
	/* 1 */
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

progress {
	vertical-align: baseline;
}

template,
/* 1 */
[hidden] {
	display: none;
}

a {
	background-color: transparent;
	/* 1 */
	-webkit-text-decoration-skip: objects;
	/* 2 */
}

a:active,
a:hover {
	outline-width: 0;
}

a,
b,
p,
font,
span,
strong {
	font-family: "\5B8B\4F53", arial, "Microsoft YaHei", "\5fae\8f6f\96c5\9ed1";
}

button,
input,
select,
textarea,
a {
	outline: none;
}

abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: bolder;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

button,
input,
select,
textarea {
	font: inherit;
	/* 1 */
	margin: 0;
	/* 2 */
}

optgroup {
	font-weight: bold;
}

button,
input {
	/* 1 */
	overflow: visible;
	padding: 0px;
	margin: 0px;
}

button,
select {
	/* 1 */
	text-transform: none;
}

button,
html [type="button"],
/* 1 */
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.54;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* normalize.css结束 */

ol,
ul,
li {
	list-style: none;
}

img {
	border: 0;
	vertical-align: middle;
}

a {
	color: #3a3a3a;
}

a:active,
a:hover {
	text-decoration: none;
	color: #0d8308;
}

.container {
	padding: 0 0px;
}
@media (min-width: 1200px){
    .container {
        width: 1240px;
    }
}
.column {
	padding: 0 5px;
}

.row {
	margin: 0 -5px;
}

.mt10 {
	margin-top: 10px;
}

.mb10 {
	margin-bottom: 10px;
}

.center {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.img-responsive {
	width: 100%;
}

.nav {
	background: #A1D78E;
}
.nav ul{
    margin-left: 0px;
}
.nav ul li {
	padding: 5px 10px;
	float: left;
	line-height: 30px;
	font-size: 15px;
	white-space: nowrap;
}
.nav ul li:hover{
    background: #A1D78E;
}
.nav ul li a {
	color: #000;
	font-weight: bold;
}
.nav ul li a:hover {
	color: #0d8308;
}
.top {
	font-size: 12px;
	line-height: 30px;
	overflow: hidden;
}

.top img {
	float: left;
	margin: 9px 10px 0 0;
}
.top .list_nav{
    height: 28px;
    overflow: hidden;
}
    
.bdcs-search {
	width: 100%;
	height: 28px;
	overflow: hidden;
	border-color: #A1D78E;
	border-radius: 0px;
	border-width: 1px;
	box-shadow: none;
	background-color: #A1D78E;
}

.bdcs-search {
	display: block;
	overflow: visible;
	position: relative;
	border-style: solid;
}

.bdcs-search-form-input {
	margin-right: -1px;
}

.bdcs-search-form-input {
	border-color: #FFFFFF;
	margin-right: 0px;
	width: 80%;
	height: 26px;
	line-height: 26px;
	color: #000000;
	font-size: 12px;
	border-radius: 0px;
	background-color: #FFFFFF;
}

.bdcs-search-form-input {
	border-width: 1px;
	border-style: solid;
	display: inline-block;
	vertical-align: top;
	text-indent: 5px;
	background-color: #fff;
	float: left;
}

.bdcs-search-form-submit {
	line-height: 24px;

}

.bdcs-search-form-submit {
	border-color: #A1D78E;
	height: 24px;
	width: 20%;
	background-color: #A1D78E;
	color: #FFFFFF;
	font-size: 12px;
	border-radius: 0px;
}

.bdcs-search-form-submit {
	display: inline-block;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	vertical-align: top;
	text-align: center;
}

.subnav {
	overflow: hidden;
	border-left: 2px solid #A1D78E;
	border-right: 2px solid #A1D78E;
	border-bottom: 2px solid #A1D78E;
}

.subnav ul li {
	padding: 0 4px;
	float: left;
	margin: 0 10px;
	line-height: 20px;
	font-size: 13px;
}

.subnav ul li a {
	color: #000;
}

.list_nav {
	background: url(../img/arrow3.gif) no-repeat left center;
}

.list_nav font {
	padding: 0 35px;
}

.sideBar img {
	width: 100%;
	height: 155px;
}

.section {
	border: 1px solid #5AC55A;
}

.section .title {
	font-size: 15px;
	padding: 0 0 0 5px;
	line-height: 24px;
	position: absolute;
	float: left;
	font-weight: bold;
}

.section .title a {
	color: #074ED0;
}

.section h1 {
	margin: 0;
	text-align: center;
}

.section h1 a {
	color: #2c96fc;
	font-weight: bold;
}

.section .desc {
	text-indent: 2em;
	padding: 0 20px;
	font-size: 15px;
}

.section ul {
	margin: 0 20px;
}

.section ul li {
	width: 430px;
	height: 23px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
}
.carousel-inner {
    max-height: 342px;
}
.carousel-indicators {
    bottom: -5px;
}
.carousel-caption {
    color: #fff;
    position: relative;
    float: left;
    top: -60px;
    left: 0;
    padding: 0 30px;
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    height: 60px;
}
.box {
	border: 1px solid #5AC55A;
	margin-bottom: 10px;
}

.box .title {
	text-align: right;
	border-bottom: 1px solid #5AC55A;
	width: 90%;
	height: 32px;
	padding: 5px 0;
	margin: 0 auto;
	background: url(../img/003.gif) no-repeat left center;
}

.box .title h3 {
	float: left;
	font-size: 15px;
	padding: 0 0 0 20px;
	height: 24px;
	font-weight: bold;
	line-height: 24px;
	color: #074ED0;
	margin: 0;
}

.box .title .more a {
	font-size: 12px;
	color: #777;
}

.box .list {
	padding: 10px;
	min-height: 100px;
	overflow: hidden;
}

.box .list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.box .list li {
	background: url(../img/dot.gif) no-repeat 8px 11px;
	padding-left: 15px;
	font-size: 12px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.box .list li.bold a{
    font-weight: bold;
}
.box .list_a li {
	font-size: 14px;
	line-height: 24px;
}

.box_a {
	border-top: none;
}

.box_a .title {
	text-align: right;
	width: 100%;
	background-color: #A1D78E;
	background-image: url(../img/004.gif);
	background-repeat: no-repeat;
	background-position: 5% 25%;
}

.box_a .title h3 a {
	padding: 0 0 0 15px;
	color: #3a3a3a;
}

.box_a .title .more a {
	color: #3a3a3a;
	margin-right: 10px;
}

.box_b {
	border: none;
}

.box_b .title {
	background: none;
	text-align: center;
	width: 100%;
	border-bottom: none;
	height: auto;
}

.box_b p {
	color: #074ED0;
	text-align: center;
	margin: 6px;
}

.box_b .name {
	font-size: 12px;
	background: #e7ffec;
}

.box_b .name ul {
	display: inline-block;
	margin: 0px 0 0 5px;
}

.box_b .name ul li {
	float: left;
	padding: 0;
	width: 50%;
	line-height: 21px;
}

.carousel .item img {
	max-height: 343px;

}

#bookscrol {
	overflow: hidden;
	border: 3px solid #91E474;

}

#bookscrol ul {
	margin: 10px 0;
	padding: 0;
}

#bookscrol ul li {
	width: 108px;
	float: left;
	margin: 0 5px;
	text-align: center;
}

#bookscrol img {
	margin: 3px;
	border: 3px solid #F2F2F2;
	max-width:100px;
	max-height:120px;
}

#inbookscrol {
	float: left;
	width: 800%;
}
#inbookscrol li a {font-size:12px;}
#bookscrol1 {
	float: left;
}

#bookscrol2 {
	float: left;
}

.banner_bottom {
	border-bottom: 3px solid #75C051;
	padding-bottom: 10px;
}

.banner_bottom img {
	width: 100%;
}

.friendlink {
	padding: 0 0 10px;
	border-bottom: 10px solid #75C051;
}

.friendlink a,
.footer {
	font-size: 12px;
	line-height: 22px;
	color: #333;
}
.footer .ipv6 img {width:28px;}
.weixin {
	position: fixed;
	display: block;
	top: 45%;
	width: 120px;
	height: 291px;
	z-index: 1000;
	left: 50%;
	margin-left: 620px;
	_position: absolute;
	_margin-top: 160px;
	_top: expression(documentElement.scrollTop+(documentElement.clientHeight-this.offsetHeight)/2)
}

.weixin img {
	float: left;
	display: block;
	border: 0;
	width: 120px !important;
	height: 291px !important;
}

.weixin span {
	float: left;
	color: #999;
	cursor: pointer;
	height: 18px;
	line-height: 18px;
	padding-left: 4px;
}


.listbox .title {
	background: url(../img/title_main.gif) no-repeat;
	height: 35px;
	background-size: cover;
}

.listbox b {
	font-size: 14px;
	color: #2D2D2C;
	line-height: 35px;
	margin: 0 10px;
}

.listbox .tlist {
	margin: 10px;
	padding: 0;
}

.listbox .tlist li {
	background: url(../img/article_list_dot.gif) no-repeat 0px 7px;
	overflow: hidden;
	padding: 5px 15px;
	border-bottom: 1px dotted #CCCCCC;
	line-height: 27px;
}
.listbox .tlist .right font{
	color:#999;
}
.pagelist {
    padding: 20px;
}
.pagelist li {
    margin-right: 10px;
}
.pagelist ul .active a{
    color: #5AC55A;
	font-weight: bold;
}
.article {
	border: 1px solid #5AC55A;
	background: #F8FDF5;
}

.article h1 {
	font-size: 24px;
	text-align: center;
	margin: 30px;
	olor: #000;
}

.article .info {
	background: #E7F7DB;
	font-size: 12px;
	line-height: 30px;
}

.article .content {
	margin: 30px;
	min-height: 800px;
	color: rgb(0, 0, 0);
	font-size: 16px !important;
}

.article .notice {
	font-size: 14px;
	background: #CB0A17;
	margin: 10px;
}

.article .notice p {
	color: #fff;
	margin: 0 30px;
	padding: 10px 0;
}
.article .bshare-custom {
    margin: 0 auto;
    width: 380px;
}
.article #wx_ad img {border: rgb(204,204,204) 1px solid;max-width: 100%;}